transformation.associationtags.buttonlisteners
Class MenuListener

java.lang.Object
  extended by transformation.associationtags.buttonlisteners.MenuListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class MenuListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
MenuListener(javax.swing.JComboBox menu)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          When an element is selected from a dropdown menu, also changes the element of an identical dropdown menu
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuListener

public MenuListener(javax.swing.JComboBox menu)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
When an element is selected from a dropdown menu, also changes the element of an identical dropdown menu

Specified by:
actionPerformed in interface java.awt.event.ActionListener